.loginLogo {
    width: 187px;
}

.footerBText {
    font-size: 0.8rem !important;
    color: #707070;
}
.footerBText strong {
    font-size: 0.8rem !important;
    color: #707070;
    text-transform: uppercase;
    font-weight: 700;
}
.loginBtn {
    background: #2ec1a9;
    letter-spacing: 0.5px;
}
.dashLogo {
    width: 167px;
}
.posBtn {
    background-color: #222834;
    border-radius: 50px;
    width: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 32px;
    padding: 0px 7px;
    color: #fff;
    font-weight: 600;
}

.posBtn i {
    font-size: 1.2rem;
}

.dashBtn {
    width: 157px;
}

.addBtn {
    background: #004dff !important;
}
.advFilter {
    width: fit-content;
    background: #0497A7 !important;
    margin-top: -12px;
    font-weight: 600 !important;
}
.textSecondary {
    color: #004dff;
}
.filtersText div {
    font-weight: 600;
    font-size: 0.8rem;
}
.textSecondary > .active {
    color: #004dff;
    font-weight: 600;
}

.search-box {
    min-width: 446px !important;
}

/* toggle button */
#model-3 .toggle {
    position: relative;
    box-sizing: border-box;
}
#model-3 .toggle input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
#model-3 .toggle input[type="checkbox"]:checked + label:before {
    box-shadow: inset 40px 0 0 #13bf11;
}
#model-3 .toggle input[type="checkbox"]:checked + label:after {
    left: 43px;
}
#model-3 .toggle label {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
#model-3 .toggle label:before {
    content: "";
    width: 70px;
    height: 30px;
    background: #f8f8f8;
    border: 2px solid #ddd;
    box-shadow: inset 0 0 0 0px #13bf11;
    position: relative;
    display: inline-block;
    border-radius: 20px;
    box-sizing: border-box;
    transition: 0.2s ease-in;
}
#model-3 .toggle label:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #ddd;
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    box-shadow: 0 1px 10px #0002;
    box-sizing: border-box;
    transition: 0.2s ease-in;
}
.badgeBlue {
    background: #cbedf9;
    padding: auto 14px;
    width: 107px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
.createRoleContainer {
    height: fit-content;
    border: 2px solid #ddd;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 19px;
}
.createRoleContainer button {
    font-size: 1rem;
    text-transform: uppercase;
}

.createRoleField {
    font-size: 1rem;
    text-transform: capitalize;
    border: 1px solid #f0f0f0 !important;
    border-radius: 5px;
    width: 250px;
    padding: 5px 14px !important;
}

.createRoleField:focus {
    outline: none !important;
}
.actionFlex i {
    font-size: 1.1rem;
}
.backBtn {
    font-size: 2rem;
}
.labelH {
    font-size: 1rem;
    font-weight: 600;
}
.loginT {
    font-weight: 700;
}

.modalFooter .renewBtn {
    color: #e41212;
    font-weight: 700;
    letter-spacing: 0.4px;
    font-size: 0.95rem;
    text-decoration: none;
}
.textSecondary {
    color: rgb(31, 85, 201);
    font-size: 0.95rem;
}
.modal h3 {
    line-height: 2rem;
}
.modal button {
    width: 127px;
}
.fs-3 {
    font-size: 4rem !important;
    color: #38cd22;
}
.modalFooter {
    padding-top: 7px;
}

.phoneBox {
    border-radius: 50px;
    width: 27px;
    height: 27px;
    border: 1px blue solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar {
    border: 2px #fff solid !important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
}
.table th {
    width: 140px !important;
    font-size: 0.79rem;
    font-weight: 500 !important;
}

.table tr td {
    font-size: .8rem;
    font-weight: 500 !important;
    color: #636D81;
}
.table tr td a {
    color: #747070;
}
.ri-more-fill {
    font-size: 1.3rem;
    color: #9a9a9a;
}
.fs-h {
    font-weight: 700 !important;
}
.ri-arrow-right-s-line {
    margin-bottom: -17px;
}
.photoUploadBox {
    width: 100%;
}
.uploadbox {
    border: 1px dashed var(--phoenix-gray-400);
    border-radius: 0.375rem;
    height: 100%;
    width: 100%;

    padding: 27px;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    gap: 17px;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 27px;
}
.modalInput {
    font-size: 1rem;
    text-transform: capitalize;
    border: 1px solid #999797 !important;
    border-radius: 5px;
    padding: 5px 14px !important;
}
.modalInput:focus {
    outline: none;
}
.modalLabel {
    font-size: 1.3rem;
    color: #707070;
}
.modalHeader {
    margin-top: -7px;
    border-bottom: 1.4px solid rgb(136, 137, 139);
}
.modalHeader .fa-times {
    font-size: 1.7rem;
}
.modalHeader .label {
    font-size: 1.2rem;
    font-weight: 600;
}
.editModalBtn {
    letter-spacing: 0.3px;
    width: 187px;
    background: #28a15f;
}
.createRoleBtn {
    font-size: 1rem !important;
    letter-spacing: 0.2px !important;
    font-weight: 700;
}
.selectBox {
    width: 227px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 0.87rem;
    color: rgb(100, 96, 96);
    border-radius: 7px;
    background: transparent;
}

.advFilterForm label {
    font-size: 0.89rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #333;
}
.csModalHeader {
    font-size: 1rem;
    height: 61px;
}
.csModalFooter {
    font-size: 1rem;
    max-height: 61px !important;
    margin-bottom: -10px;
}
